-
Notifications
You must be signed in to change notification settings - Fork 181
Adopt appendcol, appendpipe, multisearch to spath #5075
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adopt appendcol, appendpipe, multisearch to spath #5075
Conversation
Signed-off-by: Tomoyuki Morita <[email protected]>
📝 WalkthroughSummary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings. WalkthroughThis PR modifies field resolution and dynamic field handling to allow spath-related commands (appendcol, appendpipe, multisearch) to work with dynamic fields. The changes replace exception-throwing behavior with verification delegation to subqueries/subsearches, add bulk input alignment logic for dynamic fields, and extend test coverage. Documentation is updated to reflect that appendcol and multisearch are no longer restricted with spath. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ast-grep (0.40.5)core/src/main/java/org/opensearch/sql/calcite/CalciteRelNodeVisitor.javaComment |
…#5075) Signed-off-by: Tomoyuki Morita <[email protected]>
Description
Related Issues
#4984
Check List
--signoffor-s.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.